projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1859fe8
)
Fix a wrong link in the new example
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Jul 2013 21:44:13 +0000
(17:44 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Jul 2013 21:44:13 +0000
(17:44 -0400)
The links point to the online cgit locations, so were hard to check
before the commit...
docs/reference/gtk/getting_started.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/getting_started.xml
b/docs/reference/gtk/getting_started.xml
index e346f20c7fe79014c7ddfac13a536dfacd1db6aa..fd9d52338ae4991b0b3b0cf5b3986c01079b5fb1 100644
(file)
--- a/
docs/reference/gtk/getting_started.xml
+++ b/
docs/reference/gtk/getting_started.xml
@@
-565,7
+565,7
@@
example_app_class_init (ExampleAppClass *class)
...
</programlisting>
- <para>(<ulink url="https://git.gnome.org/browse/gtk+/tree/examples/application4/exampleapp
win
.c">full source</ulink>)</para>
+ <para>(<ulink url="https://git.gnome.org/browse/gtk+/tree/examples/application4/exampleapp.c">full source</ulink>)</para>
</informalexample>
<para>Our preferences menu item does not do anything yet,